keyboard buffer - перевод на Английский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

keyboard buffer - перевод на Английский

SECTION OF COMPUTER MEMORY USED TO HOLD KEYSTROKES BEFORE THEY ARE PROCESSED
Extended keyboard buffer; Keystroke buffer

keyboard buffer         
Memoria tampone o buffer di tastiera (zona nella memoria contenente input della tastiera non ancora elaborato dal programma)
buffer state         
COUNTRY LOCATED BETWEEN TWO OTHER MUTUALLY HOSTILE COUNTRIES
Buffer State; Buffer states; Buffer republic; Buffer colony
stato cuscinetto
buffer solution         
  • Figure 2. Buffer capacity ''β'' for a 0.1&nbsp;M solution of a weak acid with a p''K''<sub>a</sub>&nbsp;=&nbsp;7
  • 1=p''K''<sub>a</sub> = 4.7}}) with alkali
  • % species formation]] calculated for a 10-millimolar solution of citric acid
AQUEOUS SOLUTION CONSISTING OF A MIXTURE OF A WEAK ACID AND ITS CONJUGATE BASE, WHICH RESISTS PH CHANGE WHEN A STRONG ACID OR BASE IS ADDED
Chemical buffer; Buffering agent; Buffer (chemistry); Buffering solution; Buffer Solution; Buffer Solutions; Buffers (chemistry); PH Buffer; PH buffer; Buffering compound; Buffer compound; Chemical buffers; Buffering agents; Buffering compounds; Buffer compounds; Buffered solution; Buffer agent; Buffer solutions; Buffer capacity; Tribonat; Buffer range; Acid base buffers; Buffering capacity
esaurimento di respingenti

Определение

buffer state
(buffer states)
A buffer state is a peaceful country situated between two or more larger hostile countries.
Turkey and Greece were buffer states against the former Soviet Union.
N-COUNT

Википедия

Keyboard buffer

A keyboard buffer is a section of computer memory used to hold keystrokes before they are processed.

Keyboard buffers have long been used in command-line processing. As a user enters a command, they see it echoed on their terminal and can edit it before it is processed by the computer.

In time-sharing systems, the location of the buffer depends on whether communications is full-duplex or half-duplex. In full-duplex systems, keystrokes are transmitted one by one. As the main computer receives each keystroke, it ordinarily appends the character which it represents to the end of the keyboard buffer. The exception is control characters, such as "delete" or "backspace" which correct typing mistakes by deleting the character at the end of the buffer.

In half-duplex systems, keystrokes are echoed locally on a computer terminal. The user can see the command line on his terminal and edit it before it is transmitted to the main computer. Thus the buffer is local.

On some early home computers, to minimize the necessary hardware, a CPU interrupt checked the keyboard's switches for key presses multiple times each second, and recorded the key presses in a keyboard buffer for the operating system or application software to read.

On some systems, if the user presses too many keys at once, the keyboard buffer overflows and will emit a beep from the computer's internal speaker.